"Select TOP X" in XPath
Hi All
Is it possible to specify a max amount of object to retrieve through XPath
Lars
November 11th, 2010 6:23am
Alas no, Lars ... unlike "full blown" xpath 2.0, there is no "count()" function. At this stage we are limited to
this, but hopefully this will eventually be extended.Bob Bradley, www.unifysolutions.net (FIMBob?)
Free Windows Admin Tool Kit Click here and download it now
November 11th, 2010 8:00am
... and
here is the link to the MSDN content.
Cheers,
MarkusMarkus Vilcinskas, Knowledge Engineer, Microsoft Corporation
November 11th, 2010 8:19am
okay...
how about when calling the enumerate endpoint?
are there any headers which can be added?
we are adding the "IncludeCount" header to get the total number, and we set the MaxObjects to 1
but still it seems as FIM reads ALL objects and "stores" them with the context somewhere, and when we have many objects this seems to cause FIM some issues
Free Windows Admin Tool Kit Click here and download it now
November 12th, 2010 4:18am